home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / earcd / mus / play / splibdev.lha / superplay-lib_DEV / Programmers / include / proto / spobjects.h next >
C/C++ Source or Header  |  1997-04-03  |  357b  |  17 lines

  1. /*
  2. **      $VER: spobjects.h 5.1 (8.8.96)
  3. **
  4. **      prototype/pragma include for superplay.library's SPObjects
  5. **
  6. **      (C) Copyright 1994-96 Andreas R. Kleinert
  7. **      All Rights Reserved.
  8. */
  9.  
  10. #ifndef PROTO_SPOBJECTS_H
  11. #define PROTO_SPOBJECTS_H
  12.  
  13. #include <clib/spobjects_protos.h>
  14. #include <pragmas/spobjects_pragmas.h>
  15.  
  16. #endif /* PROTO_SPOBJECTS_H */
  17.